home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / icon / contrib / tran1sp.lha / readme.1
Encoding:
Text File  |  1991-11-27  |  2.0 KB  |  50 lines

  1. 11/25/91
  2. Contents of this disk: 
  3.  
  4.      TRAN1SP.ZIP  --  The translation program and its data for Spanish.
  5.      PCL.ZIP      --  A copy of the thesis describing the program
  6.                       in Hewlett-Packard Laser Jet format.
  7.      PCW.ZIP      --  A copy of the thesis describing the program
  8.                       in PC-Write format.
  9.  
  10.  
  11. The following MS-DOS directory structure is assumed:
  12.  
  13. ICON386
  14.     |
  15.     |---- SOURCE
  16.     |
  17.     |---- PROGS
  18.     |
  19.     |---- DATA
  20.  
  21. To un-zip a file while preserving the directory structure, use the following 
  22. command:   pkunzip -d -o -JHSR <zip-file-name> . 
  23.  
  24. Put the ICON translator and executor (ICONT and ICONX) as well as any batch 
  25. files in the ICON386 directory.  Put the source (.ICN) program in the SOURCE 
  26. directory.  Compile the source program, and put the executable (.ICX) program 
  27. in the PROGS directory.
  28.  
  29. The program should be compiled and run with ICON386 or another version of ICON 
  30. supporting a large amount of memory (i.e. 3 megs or more).  However, the 
  31. program can be compiled and run under ICON for the 8088 or another version of 
  32. ICON which supports only a small amount of memory (i.e. 640K), but the size of 
  33. the semanticon will have to be kept small.
  34.  
  35. Your path statement should include a reference to the ICON386 directory.  To 
  36. execute the machine translation program type: TRAN1 .  The results will be 
  37. placed in the DATA directory.
  38.  
  39. The batch files included on this disk assume that the translator is named 
  40. ICON386T (not ICONT), and the executor is named ICON386X (not ICONX).  (This 
  41. avoids confusion when more than one version if ICON is used on the same 
  42. system.)  You should either change the names in the batch files to match the 
  43. names on your system, or rename your translator and executor to match the 
  44. expectations of the batch files. 
  45.  
  46. For more information on the implementation of the program read Chapter 4 of
  47. the enclosed thesis.  You should also read the comments in the TRAN1.ICN 
  48. source program and the TRAN1.BAT batch file.
  49.  
  50.